home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / quicktime vr / vrmakeobject / readme < prev    next >
Encoding:
Text File  |  2000-06-23  |  911 b   |  15 lines

  1. README - VRMakeObject
  2.  
  3. VRMakeObject is a simple application that converts a linear QuickTime movie into a QuickTime VR object movie. The QuickTime VR movie created by VRMakeObject is either a version 2.0 QTVR movie or a version 1.0 QTVR movie; you select the version using the Test menu.
  4.  
  5. VRMakeObject is distributed as sample code. It builds the QTVR file according to the documented file format. 
  6.  
  7. IMPORTANT: VRMakeObject assumes that the source QuickTime movie contains 468 frames, organized into 36 rows and 13 columns. These values are determined by constants in the file VRMakeObject.c. Of course, a real-world utility would allow the user to specify the relevant settings (presumably by displaying a dialog box). This is left as an exercise for the reader.
  8.  
  9. The essential code is found in the file VRMakeObject.c. This code compiles and runs on both MacOS and Windows platforms.
  10.  
  11.  
  12. Enjoy,
  13. QuickTime Team
  14.  
  15.